From: Trevor Parscal Date: Fri, 17 Jul 2009 18:37:35 +0000 (+0000) Subject: Made the #p-logo rules less specific to avoid breaking overrides which are not more... X-Git-Tag: 1.31.0-rc.0~40874 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=9fe27ddb7f1e0087400b8c5581be70394033e809;p=lhc%2Fweb%2Fwiklou.git Made the #p-logo rules less specific to avoid breaking overrides which are not more specific (seen on ar.wikipedia.org for instance). There are allot of uses of element#id which are perhaps not needed in this file - perhaps we could consider removing any specificity that is not absolutely nessecary. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index d7a30d74cc..6cddd9f828 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -418,14 +418,14 @@ div#foot ul#foot-places li { line-height: 2em; } /* Logo */ -div#p-logo { +#p-logo { position: absolute; top: 0; left: 0; height: 12em; width: 12em; } -div#p-logo a { +#p-logo a { display: block; width: 12em; height: 12em; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index fc09c12bd8..6ce13c2125 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -418,14 +418,14 @@ div#foot ul#foot-places li { line-height: 2em; } /* Logo */ -div#p-logo { +#p-logo { position: absolute; top: 0; right: 0; height: 12em; width: 12em; } -div#p-logo a { +#p-logo a { display: block; width: 12em; height: 12em;